home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / Localization Tools / ResEdit™ 3.0d3 / ResEdit™ / ResEdit™.rsrc / VDL_128_Resource.STR# < prev    next >
Encoding:
Text File  |  1996-08-23  |  497 b   |  18 lines

  1. Margin(10, 10, 10, 10)
  2.     DynamicListMargin( "Strings: ", strings, Width = UseParent )
  3.         DynamicVList(strings, StringEntry, Editable, Width = UseParent)
  4.             Margin(2,2,2,2, Width = UseParent)
  5.                 HList(Width = UseParent)
  6.                     {
  7.                     Margin(0,3,0,0)
  8.                         HList()
  9.                             {
  10.                             Spacer(Width = 5);
  11.                             StaticText("String # ");
  12.                             StaticText(ContextElementIndex);
  13.                             StaticText(": ");
  14.                             }
  15.                         
  16.                     Margin(1,1,1,1, Width = UseParent)
  17.                         EditText(string, Width = UseParent);
  18.                     }